-
Notifications
You must be signed in to change notification settings - Fork 4
[5주차] 고다혜 #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5주차] 고다혜 #56
Conversation
CodeTree/2021-2022년/DH_놀이기구_탑승.java
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저 LinkedHashMap 처음봐요...!ㅋㅎㅋㅎ 그냥 해시맵이 아닌 LinkedHashMap를 사용한 이유가 궁금해요!😎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗 이슈를 보니까 입력순서대로 앉힐수 있군요!?!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맞습니다!! 그냥 HashMap
을 쓰면 key
의 순서가 뒤죽박죽 되더라구요!!!
입력하면서 학생들을 앉혀도 되는데!! 저는 그 생각을 못해서 입력 다 받고, 학생들을 앉히기 위해 LinkedHashMap
을 썼습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
와우 저도 처음봐요!! 순서를 보장해야 할때 써봐야겠어요!! 👍
CodeTree/2021-2022년/DH_놀이기구_탑승.java
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
점수 10의 지수승으로 계산하신거 멋지네요👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
주변에 좋아하는 친구 없는 친구 불쌍해요..😹
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10^0
슬프네요,,,,
No description provided.